home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / amiga utilities / misc / commodities / midtofrontdr / midtofront.doc < prev   
Encoding:
Text File  |  1997-11-20  |  3.2 KB  |  85 lines

  1. SHORT: Replaces ClickToFront w/middle button.
  2.                     MidToFront
  3.                        v2.1
  4.                  Copyright © 1997
  5.                     Jack Perry
  6.  
  7. LEGAL STUFF:
  8.     The author cannot be held responsible for any damage done to
  9. your computer system, whether through his negligence or yours.  This
  10. software is Freely Redistributable.
  11.  
  12. REQUIREMENTS:
  13.     An Amiga with WB 2.04+.
  14.  
  15. WHAT IT IS:
  16.     Have you ever wanted to bring a window up to the front of
  17. the screen, but other windows were in the way?  MidToFront is my
  18. way of getting around that.  It is a Commodity which brings the
  19. window beneath the pointer to the front of the screen using the
  20. middle mouse button.
  21.     Version 2.0 is significantly improved over the previous
  22. versions; instead of a two- or three-hour hack, it took me all day.
  23. Besides rewriting it from scratch in SAS/C 6.51 (it used to be in
  24. Benchmark Modula-2), I added an options window and Tooltypes.  I
  25. learned a lot about programming today. :)
  26.     Version 2.1 is a small update.
  27.  
  28. WHAT'S INCLUDED:
  29.     I included four versions of the executable for the processors
  30. available: 68000, 68020, 68030, and 68040.  Install whichever one you
  31. prefer.
  32.  
  33. HOW IT WORKS:
  34.     To start from the Workbench, double-click on the icon.
  35.     To start from a CLI, type "[path]MidToFront".
  36.     Or just put it in your WBStartup drawer like I do, and it takes
  37. care of itself.
  38.  
  39.     Once it's working, IF you have a three-button mouse, you can click
  40. on any window with the middle button, and it will come to the front of the
  41. screen.
  42.     Backdrop windows are excluded from this, of course... :)
  43.  
  44. SPECIAL OPTIONS:
  45.     There are the standard AmigaDOS Tooltypes which seemed relevant:
  46. CX_POPUP, CX_PRIORITY, CX_POPKEY, DONOTWAIT.  MidToFront likes its own
  47. tooltypes as well:
  48.     ACTIVATE: If set to YES, the window will not only be brought to
  49.         the front, but activated (default is YES).
  50.     PUSHBACK: If set to YES, and the window under the pointer is
  51.         already in front, it will be pushed to the back (default
  52.         is NO; see TROUBLESHOOTING below).
  53.  
  54. TROUBLESHOOTING:
  55.     I'm afraid this simply won't work without WB 2.x+.  On the other
  56. hand, it works very nicely with WB 2.x+.
  57.     If clicking the mousebutton like mad doesn't do what you want,
  58. that's because the program discards double-clicks.  Wait a moment before
  59. you hit the middle mouse button again.
  60.     (There's a very good reason I do this; it has to do with a bug
  61. in AmigaOS.)
  62.  
  63. KNOWN BUGS:
  64. As far as I can tell, there are no bugs in MY code.  (Apart from what's
  65. mentioned under TROUBLESHOOTING).  If you find any, email me.
  66.  
  67. SPECIAL THANKS:
  68. I'd like to thank the designers of AmigaDOS.  I really, really like this
  69. system; it's fun to use and to program.  If you can ever add crash pro-
  70. tection and optional memory defragmentation, I will be in heaven.
  71. I'd also like to thank Tom Ekstrom for Iconographix.  It's far superior
  72. to the rest, mostly in that even an artistic nincompoop like myself can
  73. make icons in its style.
  74. I absolutely have to thank Brian Cluff, who found a bug in my program.
  75. Not to mention my documentation.
  76.  
  77. BUG REPORTS, PROGRAMMING TIPS, AND COMMENTS:
  78.     Jack Perry
  79.     jperry6@ix.netcom.com
  80. If you can give me a hint on a better way to have written this, please do
  81. so.  I'm not a very good programmer, but I enjoy little things like this.
  82.  
  83. P.S.- You may notice that the program calls its author John Perry.  We're
  84. the same dude.
  85.